object formWait: TformWait Left = 0 Top = 0 BorderStyle = bsNone ClientHeight = 37 ClientWidth = 300 Color = 13303807 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object panMain: TPanel Left = 0 Top = 0 Width = 300 Height = 37 Align = alClient BevelInner = bvLowered BevelOuter = bvSpace TabOrder = 0 object panOver: TCobPanel Left = 2 Top = 2 Width = 296 Height = 33 Align = alClient TabOrder = 0 UseDockManager = True ColorCaption = clNavy ColorFace = 13303807 ColorBorder = clOlive ColorScheme = cpwYellow object lblPrompt: TLabel Left = 16 Top = 11 Width = 40 Height = 13 Caption = '_Prompt' Color = 13303807 ParentColor = False end end end object timTimer: TTimer Enabled = False OnTimer = timTimerTimer Left = 240 Top = 8 end end